home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / help.dir / 00175.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  141 b   |  10 lines

  1. on mouseDown
  2.   set the visible of sprite 27 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 27 to 0
  8.   go(the frame + 1)
  9. end
  10.